- How to add custom teleports -

Open the trainer and go to "Quick options". 
Look for "Save position" option and select it when you feel like you are in a good place.
It will write your X Y Z to the inGameTrainer.coords.log along with the date and time when the position was saved.

Line will look something like this:
2349.7903 144.5185 5.8128 (01/31/09 22:27:52)

Exit the game. Open inGameTrainer.coords.log file and take the last line (that's the latest) and copy paste first three numbers (XYZ coordinates).
Then open inGameTrainer.ini file and either add a new teleport using this syntax:

	[Tele(number of the teleport, starts from 0 and has to be in numeral order)]
	coords=(x) (y) (z)
	desc=(Description of the teleport (max 45 letters, rest will be cut out))

	Example:

	[Tele0]
	coords=0.0000 0.0000 0.0000
	desc=Center of the map

or replace one of the current ones.
Paste the numbers (the XYZ you copy-pasted) to "coords" part and give it a custom description in "desc".
Then save the file and open the game again.

You'll find the teleports in "Player options" -> "Location teleporter".
Once you're there, it should your custom teleports in the "Custom teleports" section.
Now just select one of them and you will be teleported to your custom location!

You can add up to 100 of your own teleport locations.
